home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap15 / dun15_8.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  715 b   |  26 lines

  1. <IMG NAME=arrow SRC="arrow.gif" ALIGN=left>
  2.  
  3.  
  4.  
  5. <DIV ID=banner STYLE="position: absolute; left: 72; top: 9;">
  6.  
  7.   <FONT FACE="Arial, Helvetica" SIZE=+2>
  8.  
  9.     Manipulating Page Elements in Communicator 4.0
  10.  
  11.   </FONT>
  12.  
  13. </DIV>
  14.  
  15.  
  16.  
  17. <BR><BR><BR><BR>
  18.  
  19. <P ALIGN=center>
  20.  
  21.   <A HREF="" onClick="changeBanner(); return false;">
  22.  
  23.     Click Here To Change Banner
  24.  
  25.   </A>
  26.  
  27. </P>
  28.  
  29.  
  30.  
  31. <SCRIPT>
  32.  
  33. function changeBanner()
  34.  
  35. {
  36.  
  37.   document.banner.document.writeln("<FONT SIZE=+2>");
  38.  
  39.   document.banner.document.writeln("Re-Writing The Content of Layers");
  40.  
  41.   document.banner.document.writeln("in Communicator 4.0");
  42.  
  43.   document.banner.document.writeln("</FONT>");
  44.  
  45.   document.banner.document.close();
  46.  
  47. }
  48.  
  49. </SCRIPT>
  50.  
  51.